home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / getscr1r / readme.txt < prev    next >
Text File  |  1999-09-06  |  3KB  |  68 lines

  1. <--------------------------About Sample----------------------------->
  2.  
  3. ViewWinInfo is a windows information viewer. You can use this sample 
  4. to find or select an open window, and view information about the window, 
  5. such as its hwnd, size, and parent window.
  6.  
  7. <--------------------------About Sample----------------------------->
  8.  
  9. <--------------------------First Version---------------------------->
  10.  
  11. A big thanks to Steve McMahon, the designer of vbAccelerator 
  12. (http://vbaccelerator.com), to release a sample called vbAccelerator 
  13. Windows Hook Library. This sample really eased my work in designing this
  14. sample. 
  15.  
  16. <--------------------------First Version---------------------------->
  17.  
  18.  
  19. <--------------------------Second Version--------------------------->
  20.  
  21. Several Features have been added, such as:
  22. 1. Add Windows Extra Style (GWL_EXSTYLE) that very important in 
  23.    Win9x/2000/NT4. (Suggested by Steve McMahon)
  24. 2. Use the EnumWindows function to list the top level windows and owned windows
  25.    of a specific window in place of the GW_HWNDNEXT. (Suggested by Steve 
  26.    McMahon)
  27. 3. Use the EnumChildWindows function to list child windows of a specific
  28.    parent window.
  29. 3. Allow you to detect information about the window currently under the
  30.    mouse by using a Timer. When the timer fires, GetCursorPos and
  31.    GetWindowFromPoint will be called to get the information.  This
  32.    allows you to get info about windows where you can't hold the mouse 
  33.    down at the same time (such as menus) and can be very useful! 
  34.    (Suggested by Steve McMahon)
  35. 4. You can refresh the list of top level windows by pressing the 
  36.    "refresh" button.
  37. 5. Press "Start Tracking" button to detect information about the window   
  38.    currently under the mouse.
  39. 6. Automaticallt list out child windows and owned windows of a selected
  40.    windows.
  41.  
  42. Notes:
  43. 1. This version is full with description.
  44. 2. Windows hook had been removed from this version because I use Timer
  45.    (as suggested by Steve McMahon) to detect information about the 
  46.    window that under the mouse.
  47. 3. Some logic statements in the sample had been modified to increase
  48.    the efficiency of the sample.
  49. 4. This sample is best viewed in 800 by 600 pixels.
  50.  
  51. <--------------------------Second Version--------------------------->
  52.  
  53. <--------------------------About Author----------------------------->
  54.  
  55. If you find bugs in this sample, please tell me.
  56.  
  57. Author: Chong Long Choo
  58. Email: chonglongchoo@hotmail.com
  59.  
  60. <--------------------------About Author----------------------------->
  61.  
  62. <--------------------------Disclaimer------------------------------->
  63.  
  64. This sample is free. You can use the sample in any form. Use this 
  65. sample at your own risk! I have no warranty for this sample.
  66.  
  67. <--------------------------Disclaimer------------------------------->
  68.